home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / libgdata7 / README < prev   
Encoding:
Text File  |  2010-03-29  |  1012 b   |  41 lines

  1. libgdata
  2. ========
  3.  
  4. libgdata is a GLib-based library for accessing online service APIs using the
  5. GData protocol --- most notably, Google's services. It provides APIs to access
  6. the common Google services, and has full asynchronous support.
  7.  
  8. See the test programs in gdata/tests/ for simple examples of how to use the
  9. code.
  10.  
  11. libgdata's API is currently unstable and is likely to change wildly.
  12.  
  13. Dependencies
  14. ============
  15.  
  16. * glib-2.0 >= 2.19.0
  17. * libxml-2.0
  18. * gio-2.0 >= 2.17.3
  19. * libsoup-2.4 >= 2.26.1
  20.  
  21. If compiling with --enable-gnome (for GNOME support):
  22. * libsoup-gnome-2.4
  23.  
  24. Environment variables
  25. =====================
  26.  
  27. If the environment variable LIBGDATA_FORCE_HTTP is defined, libgdata will
  28. force the use of HTTP for requests which would otherwise normally use
  29. HTTPS. This allows the network traffic to be debugged more easily.
  30.  
  31. Licensing
  32. =========
  33.  
  34. libgdata is licensed under the LGPL; see COPYING.LIB for more details.
  35.  
  36. Contact
  37. =======
  38.  
  39. Philip Withnall <philip@tecnocode.co.uk>
  40. http://live.gnome.org/libgdata
  41.